gtk4.git
10 years agoUpdated German translation
Mario Blättermann [Thu, 18 Feb 2016 09:08:00 +0000 (10:08 +0100)]
Updated German translation

10 years agoUpdated Polish translation
Piotr Drąg [Wed, 17 Feb 2016 21:02:17 +0000 (22:02 +0100)]
Updated Polish translation

10 years agoUpdated Slovak translation
Dušan Kazik [Wed, 17 Feb 2016 20:56:02 +0000 (20:56 +0000)]
Updated Slovak translation

10 years agoAdwaita: reset the shadow on disabled scales
Lapo Calamandrei [Wed, 17 Feb 2016 19:00:57 +0000 (20:00 +0100)]
Adwaita: reset the shadow on disabled scales

10 years agoAdwaita: unused assets cleanup
Lapo Calamandrei [Wed, 17 Feb 2016 14:22:36 +0000 (15:22 +0100)]
Adwaita: unused assets cleanup

10 years agoAdwaita: added a new mixin for check/radio/sliders
Lapo Calamandrei [Wed, 17 Feb 2016 14:18:59 +0000 (15:18 +0100)]
Adwaita: added a new mixin for check/radio/sliders

some clean up in the process. The gradient still need some love.

10 years agoAdwaita: _drawing cleanup
Lapo Calamandrei [Wed, 17 Feb 2016 13:35:47 +0000 (14:35 +0100)]
Adwaita: _drawing cleanup

10 years agowin32 theme: Add checkbutton spacing
Benjamin Otte [Mon, 15 Feb 2016 05:51:45 +0000 (06:51 +0100)]
win32 theme: Add checkbutton spacing

The number is taken right from Wine source code.

10 years agowin32 theme: Query theme borders when rendering buttons
Benjamin Otte [Mon, 15 Feb 2016 05:50:49 +0000 (06:50 +0100)]
win32 theme: Query theme borders when rendering buttons

If someone figures out where the remaining pixel comes from: Tell me!

10 years agowin32 theme: Add a way to query border of theme parts
Benjamin Otte [Mon, 15 Feb 2016 05:50:22 +0000 (06:50 +0100)]
win32 theme: Add a way to query border of theme parts

10 years agowin32 theme: Add a hack that selects the right font on Windows 8
Benjamin Otte [Mon, 15 Feb 2016 05:48:48 +0000 (06:48 +0100)]
win32 theme: Add a hack that selects the right font on Windows 8

Someone needs to figure out why the default font is wrong.

10 years agowin32: Add fallback code to draw theme parts
Benjamin Otte [Wed, 17 Feb 2016 03:18:29 +0000 (04:18 +0100)]
win32: Add fallback code to draw theme parts

10 years agowin32: Split out fallback code into separate file
Benjamin Otte [Wed, 17 Feb 2016 01:43:18 +0000 (02:43 +0100)]
win32: Split out fallback code into separate file

(1) Actual Windows users don't care about it
(2) It's easier to get rid of

10 years agowin32 theme: Require comma between part and state ID
Benjamin Otte [Wed, 17 Feb 2016 01:42:35 +0000 (02:42 +0100)]
win32 theme: Require comma between part and state ID

10 years ago3.19.9
Matthias Clasen [Wed, 17 Feb 2016 00:35:19 +0000 (19:35 -0500)]
3.19.9

10 years agoplaces sidebar: Use the right marshallers
Matthias Clasen [Wed, 17 Feb 2016 00:20:22 +0000 (19:20 -0500)]
places sidebar: Use the right marshallers

We are passing the mount operation as argument, so use
a marshaller that expects an object argument.

10 years agogtkplacessidebar: remove notification handling
Carlos Soriano [Mon, 15 Feb 2016 18:09:54 +0000 (19:09 +0100)]
gtkplacessidebar: remove notification handling

We were notifying when an unmount operation was performed. However,
creating notifications from the gtk+ library is not that expected, and
makes notification handling difficult to do from the application point
of view since we cannot dismiss those notifications.

This cause issues like notifications of unmount drives stay there after
a system reboot, which confuses the user.

Instead of that, remove the notification handling for mount operations
on gtk+ and instead create a new signal on the gtkplacessidebar in order
to inform applications using it about an operation about to start.

Only drawback about this is that the GtkFileChooser loses its
notifications when unmounting, that although we could use the new signal
to do it, we actually don't want to notify from any part of gtk+ for
now.

https://bugzilla.gnome.org/show_bug.cgi?id=753351

10 years agoAdd message contexts to translated strings
Matthias Clasen [Tue, 16 Feb 2016 23:33:16 +0000 (18:33 -0500)]
Add message contexts to translated strings

The string "None" is used in multiple contexts; add message contexts
to give translators a chance to translate them accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=762165

10 years agoprinting: Add message contexts
Matthias Clasen [Tue, 16 Feb 2016 23:05:32 +0000 (18:05 -0500)]
printing: Add message contexts

Some of the translated strings in the cups printbackend are short
and generic and might occur in other contexts. Give them disambiguating
message contexts to avoid translation problems.

10 years agowayland: Only attach the buffer if there was damage
Jonas Ådahl [Tue, 16 Feb 2016 05:05:25 +0000 (13:05 +0800)]
wayland: Only attach the buffer if there was damage

There is no point in attaching and then committing the same buffer if
there was no damage. This will also make us do less unnecessary backfill
read backs, for the cases where we paint with an empty paint region.

https://bugzilla.gnome.org/show_bug.cgi?id=762120

10 years agowayland: Handle after-paint invocations when nothing was painted
Jonas Ådahl [Tue, 16 Feb 2016 04:41:57 +0000 (12:41 +0800)]
wayland: Handle after-paint invocations when nothing was painted

If a after-paint was scheduled but nothing was painted, for example when
the it was scheduled by a subsurface wanting to update its position,
we'd still try to read back from the backfill cairo surface and update
the committed cairo surface reference even though no buffer was
attached.

Fix this by adding a new state, 'pending_buffer_attached', which is only
true if a buffer was attached during frame. Only when this is true will
the backfill be read back and the committed cairo surface reference be
updated.

https://bugzilla.gnome.org/show_bug.cgi?id=762120

10 years agoAdwaita: add a top border to the filechooser bottom bar
Lapo Calamandrei [Tue, 16 Feb 2016 19:49:05 +0000 (20:49 +0100)]
Adwaita: add a top border to the filechooser bottom bar

10 years agoAdwaita: use Matthias provided ID for the previous commit style
Lapo Calamandrei [Tue, 16 Feb 2016 19:44:16 +0000 (20:44 +0100)]
Adwaita: use Matthias provided ID for the previous commit style

10 years agoAdwaita: add back a bottom border on the pathbar/entry box
Lapo Calamandrei [Tue, 16 Feb 2016 19:39:25 +0000 (20:39 +0100)]
Adwaita: add back a bottom border on the pathbar/entry box

10 years agofile chooser: Add an ID to the box around the pathbar
Matthias Clasen [Tue, 16 Feb 2016 19:36:32 +0000 (14:36 -0500)]
file chooser: Add an ID to the box around the pathbar

Having an ID makes it easier to style this appropriately.

10 years agoAdwaita: make tab child not cover the active tab indication
Lapo Calamandrei [Tue, 16 Feb 2016 19:27:06 +0000 (20:27 +0100)]
Adwaita: make tab child not cover the active tab indication

in the process make the focus outline clearer.

10 years agoAdwaita: places sidebar eject button sizing
Lapo Calamandrei [Tue, 16 Feb 2016 19:17:43 +0000 (20:17 +0100)]
Adwaita: places sidebar eject button sizing

10 years agoAdwaita: places sidebar sizing with min-height...
Lapo Calamandrei [Tue, 16 Feb 2016 17:23:09 +0000 (18:23 +0100)]
Adwaita: places sidebar sizing with min-height...

...more to come.

10 years agoAdwaita: make tab buttons square once again
Lapo Calamandrei [Tue, 16 Feb 2016 16:54:31 +0000 (17:54 +0100)]
Adwaita: make tab buttons square once again

10 years agoAdwaita: be more specific about menu items height
Lapo Calamandrei [Tue, 16 Feb 2016 16:40:13 +0000 (17:40 +0100)]
Adwaita: be more specific about menu items height

setting a 16px min-height (same as a check/radio) and resetting
margins on check/radio to workaround a sizing issues there.

10 years agoAdd -gtk-image-effect alias for -gtk-icon-effect
Christoph Reiter [Tue, 16 Feb 2016 14:49:23 +0000 (15:49 +0100)]
Add -gtk-image-effect alias for -gtk-icon-effect

The property name was changed in 2396265523dfc6. This makes sure
apps using it don't break and get a helpful warning instead.

10 years agoUpdates
Matthias Clasen [Tue, 16 Feb 2016 04:05:06 +0000 (23:05 -0500)]
Updates

10 years agoAdd a release note about level bar changes
Matthias Clasen [Tue, 16 Feb 2016 03:43:56 +0000 (22:43 -0500)]
Add a release note about level bar changes

10 years agoAdd a release note about window size saving
Matthias Clasen [Tue, 16 Feb 2016 03:17:41 +0000 (22:17 -0500)]
Add a release note about window size saving

10 years agofile chooser: Reload current dir when switching from search mode
Matthias Clasen [Tue, 16 Feb 2016 03:06:17 +0000 (22:06 -0500)]
file chooser: Reload current dir when switching from search mode

The need for this was pointed out by Evangelos Foutras in
https://bugzilla.gnome.org/show_bug.cgi?id=761757

10 years agocellrenderertoggle: Change "indicator-size" handling
Benjamin Otte [Tue, 16 Feb 2016 01:41:44 +0000 (02:41 +0100)]
cellrenderertoggle: Change "indicator-size" handling

The following changes were done to (hopefully) achieve backwards
compatibility while allowing themes to change the size of the indicator.

(1) Deprecate the property.
(2) Change the default value of the property to 0. If it is not 0,
    use the property's value for the indicator size. This should make
    all programs that actually set it keep the size they set it to.
(3) If set to other values than 0, use min-width/min-height of the
    check/radio node to size the indicator. This allows themes to change
    the size.
(4) Fall back to the previous default size of 16px. This way themes that
    do not set the size keep the same behavior.

10 years agowin32 theme: Include the default win32 colors
Benjamin Otte [Mon, 15 Feb 2016 23:22:40 +0000 (00:22 +0100)]
win32 theme: Include the default win32 colors

10 years agowin32 theme: Always include the win32 theme
Benjamin Otte [Mon, 15 Feb 2016 23:22:12 +0000 (00:22 +0100)]
win32 theme: Always include the win32 theme

It's not very useful outside of Windows so far, but that will hopefully
change.

10 years agoAdwaita: stop using assets for treeview check/radio...
Lapo Calamandrei [Tue, 16 Feb 2016 01:11:12 +0000 (02:11 +0100)]
Adwaita: stop using assets for treeview check/radio...

...the sizing is still off, waiting for Benjamin to add the magic,
probably the icon shadow is missing, not sure since it's blurry.
This needs to be reverted in case the sizing won't get fixed.

10 years agoSome more CSS node tests for notebooks
Matthias Clasen [Mon, 15 Feb 2016 19:20:48 +0000 (14:20 -0500)]
Some more CSS node tests for notebooks

10 years agogdkdnd: Stick to the first gdk_drag_drop_done() result
Carlos Garnacho [Mon, 15 Feb 2016 17:56:42 +0000 (18:56 +0100)]
gdkdnd: Stick to the first gdk_drag_drop_done() result

That way we can let ::cancel callers to override the visual
result of the operation (eg. when detaching notebook tabs on
NO_TARGET).

Also, document gdk_drag_drop_done() so it is mentioned that
this is a one-shot call.

https://bugzilla.gnome.org/show_bug.cgi?id=761954

10 years agoAdwaita: correctly style arrows wrt tab position
Lapo Calamandrei [Mon, 15 Feb 2016 17:39:50 +0000 (18:39 +0100)]
Adwaita: correctly style arrows wrt tab position

10 years agoUpdated Swedish translation
Anders Jonsson [Mon, 15 Feb 2016 17:39:17 +0000 (17:39 +0000)]
Updated Swedish translation

10 years agoUpdated Swedish translation
Anders Jonsson [Mon, 15 Feb 2016 17:38:07 +0000 (17:38 +0000)]
Updated Swedish translation

10 years agogdkdnd: Make GtkDragContext::cancel RUN_LAST
Carlos Garnacho [Mon, 15 Feb 2016 16:05:50 +0000 (17:05 +0100)]
gdkdnd: Make GtkDragContext::cancel RUN_LAST

The default implementation code should act as a catch-all fallback,
we let the connected handlers to run first then.

https://bugzilla.gnome.org/show_bug.cgi?id=761954

10 years agogdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancel
Carlos Garnacho [Mon, 15 Feb 2016 16:02:14 +0000 (17:02 +0100)]
gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancel

We should conform to a minimal set of reasons for the gtk side to emit
a better GtkDragResult than GTK_DRAG_RESULT_ERROR. This fixes the notebook
tab DnD feature, where we rely on GTK_DRAG_RESULT_NO_TARGET.

In the wayland side, unfortunately we can't honor either NO_TARGET nor
USER_CANCELLED, we don't know of the latter, so we could return false
positives on the former.

https://bugzilla.gnome.org/show_bug.cgi?id=761954

10 years agocellrendertoggle: Draw background + frame for mark
Benjamin Otte [Mon, 15 Feb 2016 17:16:32 +0000 (18:16 +0100)]
cellrendertoggle: Draw background + frame for mark

Also compute padding and borders properly for the marks.

10 years agocellrenderertoggle: Split out a function
Benjamin Otte [Mon, 15 Feb 2016 17:08:14 +0000 (18:08 +0100)]
cellrenderertoggle: Split out a function

10 years agowidget-factory: Add myself
Benjamin Otte [Mon, 15 Feb 2016 17:06:28 +0000 (18:06 +0100)]
widget-factory: Add myself

Actually, I wanted to have a radio toggle cell renderer for testing. But
hey, the commit message is supposed to say the important things!

10 years agoAdwaita: correct size for ssd titlebars
Lapo Calamandrei [Mon, 15 Feb 2016 15:56:01 +0000 (16:56 +0100)]
Adwaita: correct size for ssd titlebars

fixes https://bugzilla.gnome.org/show_bug.cgi?id=762032

10 years agonotebook: Fix a misplaced tab label
Matthias Clasen [Mon, 15 Feb 2016 15:38:13 +0000 (10:38 -0500)]
notebook: Fix a misplaced tab label

Sometimes default tab labels ("Page <n>") get created on-demand,
and in that case, we were forgetting to put them below the tab
node in the CSS node tree. The visible result of this is that the
heuristics for when to give notebooks background in Adwaita fail
in some cases. So, make sure to always place the label below the
tab node.

10 years agogtk-demo: add menu separator demo
Caolán McNamara [Mon, 15 Feb 2016 13:06:23 +0000 (13:06 +0000)]
gtk-demo: add menu separator demo

doesn't much look like the menu separator in a real menu though.

https://bugzilla.gnome.org/show_bug.cgi?id=762080

10 years agogtk-demo: add combobox demos
Caolán McNamara [Mon, 15 Feb 2016 12:38:52 +0000 (12:38 +0000)]
gtk-demo: add combobox demos

https://bugzilla.gnome.org/show_bug.cgi?id=762080

10 years agogtk-demo: add menu check and radio examples
Caolán McNamara [Thu, 11 Feb 2016 16:48:51 +0000 (16:48 +0000)]
gtk-demo: add menu check and radio examples

note that if the "menu" context has no parent then the GTK_STATE_FLAG_NORMAL
menu entries are invisible against the white background.

https://bugzilla.gnome.org/show_bug.cgi?id=762080

10 years agoAdwaita: notebook fixes
Lapo Calamandrei [Mon, 15 Feb 2016 13:25:30 +0000 (14:25 +0100)]
Adwaita: notebook fixes

make the tab close button a tad bigger, use header 'paddings' in
place of 'tabs' margins for spacing.

10 years agoExpand the docs for gtk_window_set_default_size()
Matthias Clasen [Mon, 15 Feb 2016 13:23:12 +0000 (08:23 -0500)]
Expand the docs for gtk_window_set_default_size()

Mention that this function should be used together with
gtk_window_get_size() when saving and restoring window sizes.

10 years agoplaces sidebar: use a box
Matthias Clasen [Mon, 15 Feb 2016 13:02:27 +0000 (08:02 -0500)]
places sidebar: use a box

No need for a grid here. Patch by Timm Bäder.

10 years agoAdwaita: sidebar background-color
Lapo Calamandrei [Mon, 15 Feb 2016 12:52:41 +0000 (13:52 +0100)]
Adwaita: sidebar background-color

it was covered by the contained list background, which is now
transparent.

10 years agoAdwaita: no rounded corner for tiled backdrop windows
Lapo Calamandrei [Mon, 15 Feb 2016 12:30:37 +0000 (13:30 +0100)]
Adwaita: no rounded corner for tiled backdrop windows

fixes https://bugzilla.gnome.org/show_bug.cgi?id=762067

10 years agoRevert "Adwaita: no rounded corners for backdrop tiled windows"
Lapo Calamandrei [Mon, 15 Feb 2016 12:28:46 +0000 (13:28 +0100)]
Revert "Adwaita: no rounded corners for backdrop tiled windows"

This reverts commit aa4b385398e99fed6dd71791eb5a9e2e5ea4db9d.
Erroneusly pushed unfinished stuff...

10 years agoAdwaita: shortcutswindow fixes
Lapo Calamandrei [Mon, 15 Feb 2016 12:07:37 +0000 (13:07 +0100)]
Adwaita: shortcutswindow fixes

use darker text and tweak the keycap vertical centering,
addresses https://bugzilla.gnome.org/show_bug.cgi?id=761778

10 years agoAdwaita: no rounded corners for backdrop tiled windows
Lapo Calamandrei [Mon, 15 Feb 2016 11:34:55 +0000 (12:34 +0100)]
Adwaita: no rounded corners for backdrop tiled windows

fixes https://bugzilla.gnome.org/show_bug.cgi?id=762067

10 years agogtk/gtkentry.c: Fix build on pre-C99
Chun-wei Fan [Mon, 15 Feb 2016 09:22:00 +0000 (17:22 +0800)]
gtk/gtkentry.c: Fix build on pre-C99

This file now uses nearbyint(), so include fallback-c89.c so that
compilers that don't provide the function will not get upset.

10 years agoFix 'make dist'
Chun-wei Fan [Mon, 15 Feb 2016 06:34:12 +0000 (14:34 +0800)]
Fix 'make dist'

10 years agocellrenderertoggle: Use "check" and "radio" names
Benjamin Otte [Mon, 15 Feb 2016 03:40:03 +0000 (04:40 +0100)]
cellrenderertoggle: Use "check" and "radio" names

... instead of just adding a style class.

10 years agowin32 theme: Remove a bunch of workarounds that are no longer necessary
Benjamin Otte [Mon, 15 Feb 2016 03:28:13 +0000 (04:28 +0100)]
win32 theme: Remove a bunch of workarounds that are no longer necessary

10 years agowin32 theme: Draw checkmarks and radiomarks properly
Benjamin Otte [Mon, 15 Feb 2016 00:47:43 +0000 (01:47 +0100)]
win32 theme: Draw checkmarks and radiomarks properly

Instead of drawing them as the background, use -gtk-icon-source.
Also size the marks properly.

Because Windows doesn't have indeterminate radio buttons, use a
cross-fade between checked and unchecked radiomark instead. But
unlike previously, use CSS cross-fade() syntax to draw it.

10 years agocssimagecrossfade: Fix order of images when parsing/printing
Benjamin Otte [Mon, 15 Feb 2016 00:46:29 +0000 (01:46 +0100)]
cssimagecrossfade: Fix order of images when parsing/printing

The syntax is cross-fade(<percentage> <end>, <start>), not the
other way around. That's because the percentage refers to the end image.

10 years agowin32: Add support for -gtk-win32-part-width/height to CSS
Benjamin Otte [Sun, 14 Feb 2016 23:49:29 +0000 (00:49 +0100)]
win32: Add support for -gtk-win32-part-width/height to CSS

It's unused by now, but I want it for min-width of checks/radios.

10 years agowin32 theme: Don't set the color on *
Benjamin Otte [Sun, 14 Feb 2016 19:36:38 +0000 (20:36 +0100)]
win32 theme: Don't set the color on *

Instead, set it on .background, so it gets inherited everywhere.

10 years agowin32 theme: Use same spinner as Adwaita
Benjamin Otte [Sun, 14 Feb 2016 17:01:07 +0000 (18:01 +0100)]
win32 theme: Use same spinner as Adwaita

10 years agowin32: Update color handling to recent GtkWin32Theme changes
Benjamin Otte [Sun, 14 Feb 2016 15:18:56 +0000 (16:18 +0100)]
win32: Update color handling to recent GtkWin32Theme changes

10 years agowin32: Canonicalize theme-name before adding to hash table
Benjamin Otte [Sun, 14 Feb 2016 03:51:37 +0000 (04:51 +0100)]
win32: Canonicalize theme-name before adding to hash table

This way, we get rid of du0plicates.

10 years agowin32: Add gtk_win32_theme_parse()
Benjamin Otte [Sun, 14 Feb 2016 00:11:57 +0000 (01:11 +0100)]
win32: Add gtk_win32_theme_parse()

So all places can use this function instead of parsing things themselves.

10 years agocss: Add a number value handling win32 sizes
Benjamin Otte [Sat, 13 Feb 2016 23:54:37 +0000 (00:54 +0100)]
css: Add a number value handling win32 sizes

10 years agoAdwaita: fix treeview dnd column headers
Lapo Calamandrei [Sun, 14 Feb 2016 21:30:32 +0000 (22:30 +0100)]
Adwaita: fix treeview dnd column headers

10 years agoAdwaita: flatten up search bars and inline toolbars
Lapo Calamandrei [Sun, 14 Feb 2016 20:48:31 +0000 (21:48 +0100)]
Adwaita: flatten up search bars and inline toolbars

10 years agoAdwaita: image-button sizing fix
Lapo Calamandrei [Sun, 14 Feb 2016 20:06:38 +0000 (21:06 +0100)]
Adwaita: image-button sizing fix

10 years agoAdwaita: Fix a padding problem in action bars
Matthias Clasen [Sun, 14 Feb 2016 19:54:49 +0000 (14:54 -0500)]
Adwaita: Fix a padding problem in action bars

Padding adds up. A selector like "actionbar box" matches any box
inside an actionbar, so nested boxes accumulate more and more
padding. The intention clearly was to just give padding to the
topmost box that is the direct child of the actionbar's revealer.

https://bugzilla.gnome.org/show_bug.cgi?id=762036

10 years agogtk3-demo: Fontify all source files
Matthias Clasen [Sun, 14 Feb 2016 15:49:22 +0000 (10:49 -0500)]
gtk3-demo: Fontify all source files

10 years agogtk-demo: Streamline application
Matthias Clasen [Sun, 14 Feb 2016 14:39:15 +0000 (09:39 -0500)]
gtk-demo: Streamline application

Avoid the odd #ifdef STANDALONE construction; we can show
multiple source files nowadays.

10 years agogtk-demo: Fix the size saving for CSD
Matthias Clasen [Sun, 14 Feb 2016 14:29:55 +0000 (09:29 -0500)]
gtk-demo: Fix the size saving for CSD

We need to use gtk_window_get_size to get the correct size that
we can pass to gtk_window_set_default_size regardless of CSD
or not.

10 years agoAdwaita: correct spacing for mixed buttons
Lapo Calamandrei [Sun, 14 Feb 2016 15:38:42 +0000 (16:38 +0100)]
Adwaita: correct spacing for mixed buttons

10 years agopaned: Fix drawing
Benjamin Otte [Sun, 14 Feb 2016 15:10:07 +0000 (16:10 +0100)]
paned: Fix drawing

Clip children to their window's size. That way no overdraw happens for
these widgets. But don't clip the handle.

We might in the future consider not clipping un-shrinkable children.

https://bugzilla.gnome.org/show_bug.cgi?id=762021

10 years agopaned: Use content allocation instead of widget allocation
Benjamin Otte [Sun, 14 Feb 2016 15:07:06 +0000 (16:07 +0100)]
paned: Use content allocation instead of widget allocation

We don't want to include padding and borders in our calculations
involving the handle.

10 years agopaned: rtl-flip with the correct rectangle
Benjamin Otte [Sun, 14 Feb 2016 14:52:19 +0000 (15:52 +0100)]
paned: rtl-flip with the correct rectangle

10 years agoAdwaita: don't set a border for drop targets
Lapo Calamandrei [Sun, 14 Feb 2016 13:44:57 +0000 (14:44 +0100)]
Adwaita: don't set a border for drop targets

to avoid active drop targets to grow.

10 years agoAdwaita: scss cosmetic changes
Lapo Calamandrei [Sun, 14 Feb 2016 13:33:30 +0000 (14:33 +0100)]
Adwaita: scss cosmetic changes

10 years agoAdwaita: fix scale popup button size
Lapo Calamandrei [Sun, 14 Feb 2016 13:21:01 +0000 (14:21 +0100)]
Adwaita: fix scale popup button size

10 years agoFix a typo
Michael Catanzaro [Sun, 14 Feb 2016 04:14:55 +0000 (22:14 -0600)]
Fix a typo

10 years agogtk-demo: Add window size saving example
Matthias Clasen [Sun, 14 Feb 2016 03:53:16 +0000 (22:53 -0500)]
gtk-demo: Add window size saving example

Implement the recommendations from
https://wiki.gnome.org/HowDoI/SaveWindowState
in the Application Class example.

10 years agogtk-demo: modernize the application demo
Matthias Clasen [Sun, 14 Feb 2016 02:46:40 +0000 (21:46 -0500)]
gtk-demo: modernize the application demo

Subclass GtkApplication and GtkApplicationWindow
and use a template.

10 years agoAdwaita: try being smarter wrt extending buttons.
Lapo Calamandrei [Sun, 14 Feb 2016 01:35:28 +0000 (02:35 +0100)]
Adwaita: try being smarter wrt extending buttons.

10 years agoRevert "Adwaita: remove an unneded selector."
Lapo Calamandrei [Sun, 14 Feb 2016 00:20:02 +0000 (01:20 +0100)]
Revert "Adwaita: remove an unneded selector."

This reverts commit 05dff4ccb014e32b572505fb098006aa80a72387.
It was needed actually...

10 years agoAdwaita: remove an unneded selector.
Lapo Calamandrei [Sat, 13 Feb 2016 23:34:29 +0000 (00:34 +0100)]
Adwaita: remove an unneded selector.

10 years agoAdwaita: notebook arrow styling.
Lapo Calamandrei [Sat, 13 Feb 2016 23:25:04 +0000 (00:25 +0100)]
Adwaita: notebook arrow styling.

10 years agowidget-factory: Add an inline toolbar example
Matthias Clasen [Sat, 13 Feb 2016 22:11:59 +0000 (17:11 -0500)]
widget-factory: Add an inline toolbar example

This pattern is still used in applications, so we should have it
represented here to keep it working well.

10 years agoDocuemnt calc() support in CSS
Matthias Clasen [Sat, 13 Feb 2016 04:40:26 +0000 (23:40 -0500)]
Docuemnt calc() support in CSS

10 years agoUpdated Chinese (Taiwan) translation
Chao-Hsiung Liao [Sat, 13 Feb 2016 06:19:31 +0000 (06:19 +0000)]
Updated Chinese (Taiwan) translation

10 years agoUpdated Chinese (Taiwan) translation
Chao-Hsiung Liao [Sat, 13 Feb 2016 06:17:15 +0000 (06:17 +0000)]
Updated Chinese (Taiwan) translation